Package-level declarations

Types

Link copied to clipboard

Exception thrown when request parameters are invalid (HTTP 400).

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

Base exception class for SEP-38 Quote API errors.

Link copied to clipboard

Exception thrown when a quote is not found (HTTP 404).

Link copied to clipboard

Exception thrown when authentication fails (HTTP 403).

Link copied to clipboard
class Sep38UnknownResponseException(val statusCode: Int, val responseBody: String) : Sep38Exception

Exception thrown for unexpected HTTP responses.