Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FailedToOnboardError(statusCode: Int, response: String) : EdgeAgentError
Link copied to clipboard
class InvalidCredentialError(credential: Credential? = null, type: CredentialType? = null) : EdgeAgentError
Link copied to clipboard
Link copied to clipboard
class MediationRequestFailedError constructor(underlyingError: Array<Error>? = null) : EdgeAgentError
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int?
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?