ServiceException

ServiceException - Base exception class for any error response returned by a service. Receiving an exception of this type indicates that the caller's request was successfully transmitted to the service and the service sent back an error response.

Constructors

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

Types

Link copied to clipboard

Indicates who (if known) is at fault for this exception.

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard

Additional metadata about the error

Inherited properties

Link copied to clipboard
open val cause: Throwable?