AuthError

class AuthError(message: String, statusCode: Int = 401, body: Any? = null, details: Any? = null) : SdkError

Authentication failed; callers should renew or replace credentials.

Constructors

Link copied to clipboard
constructor(message: String, statusCode: Int = 401, body: Any? = null, details: Any? = null)