Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for wrapping exceptions such as ApolloException and all other Exceptions

Link copied to clipboard
class GraphQlException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for GraphQl call when the call itself is successful but there is an Error returned that is unmapped.

Link copied to clipboard

Exception for GraphQl call when insufficient entitlements

Link copied to clipboard
class InternalServerException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for GraphQl call when a ServerError is returned

Link copied to clipboard
class InvalidConfigException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for indicating the configuration of the client was invalid.

Link copied to clipboard
class SudoNotFoundException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for GraphQl call when Sudo Not Found

Link copied to clipboard

Exception for indicating the configuration related to Sudo Service is not found. This may indicate that Sudo Service is not deployed into your runtime instance or the config file that you are using is invalid..

Link copied to clipboard
class UnsupportedAlgorithmException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for when processing secure claim

Link copied to clipboard
class VersionMismatchException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for GraphQl call when there is a Version mismatch. This can occur if another process has updated a DB entry while you are working on that entry.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?