Class SessionsResolver.SessionResolutionError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
app.ductape.sdk.sessions.SessionsResolver.SessionResolutionError
All Implemented Interfaces:
DuctapeError, Serializable
Enclosing class:
SessionsResolver

public static class SessionsResolver.SessionResolutionError extends RuntimeException implements DuctapeError
See Also:
  • Constructor Details

    • SessionResolutionError

      public SessionResolutionError(String message, String code, Object details)
  • Method Details

    • code

      public String code()
      Description copied from interface: DuctapeError
      Stable machine-readable code, suitable for logs and API envelopes.
      Specified by:
      code in interface DuctapeError
    • details

      public Map<String,Object> details()
      Description copied from interface: DuctapeError
      Optional structured details; implementations may return an empty map.
      Specified by:
      details in interface DuctapeError