NimbusError
class NimbusError(val errorType: NimbusError.ErrorType, message: String, cause: Throwable?) : Exception
A Exception modeling an error with the Nimbus SDK.
All errors fired from the Nimbus SDK are generally unrecoverable and should be treated as such.
Parameters
errorType
the type describing the error
message
the component of the sdk where the error occurred
cause
the underlying exception if the error was