Package 

Class ErrorOptions


  • 
    public final class ErrorOptions
    
                        

    Options for controlling how handled errors are reported.

    • Method Detail

      • getIsFatal

         final Boolean getIsFatal()

        Use with caution. Marks the error as fatal / non-fatal. A fatal error is marked as unhandled, and causes all automatic error reporting to be turned off (discarding all subsequent unhandled crashes).

      • setIsFatal

         final Unit setIsFatal(Boolean isFatal)

        Use with caution. Marks the error as fatal / non-fatal. A fatal error is marked as unhandled, and causes all automatic error reporting to be turned off (discarding all subsequent unhandled crashes).