AtpException

class AtpException(val statusCode: StatusCode, val error: AtpErrorDescription? = null) : Exception

An exception thrown for unsuccessful raw API calls and Result-wrapped API calls.

Constructors

Link copied to clipboard
constructor(statusCode: StatusCode, error: AtpErrorDescription? = null)

Properties

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