Package-level declarations

Types

Link copied to clipboard

Exception thrown when the recovery server returns HTTP 400 Bad Request.

Link copied to clipboard

Exception thrown when the recovery server returns HTTP 409 Conflict.

Link copied to clipboard
open class Sep30Exception(message: String, cause: Throwable? = null) : Exception

Base exception class for SEP-30 Account Recovery errors.

Link copied to clipboard

Exception thrown when the recovery server returns HTTP 200 with a malformed response body.

Link copied to clipboard

Exception thrown when the recovery server returns HTTP 404 Not Found.

Link copied to clipboard

Exception thrown when the recovery server returns HTTP 401 Unauthorized.

Link copied to clipboard
class Sep30UnknownResponseException(val statusCode: Int, val responseBody: String, message: String) : Sep30Exception

Exception thrown when the recovery server returns an unexpected HTTP status code.