Class SealdException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class SealdException
    extends RuntimeException
                        

    SealdException represents an error that happened during a Seald operation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getStatus() If the error is returned by the Seald server, the HTTP status code.
      final String getCode() The error code, which is a machine-readable string that represents this error.
      final String getId() The error ID, which is a unique string for the precise place this error was thrown from.
      final String getDescription() A human-readable description of the error.
      final String getDetails() Details about the error.
      final String getRaw() The raw underlying error.
      final String getNativeStack() The call stack in Seald native code.
      String getMessage()
      String toString()
      • Methods inherited from class kotlin.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait