com.usebutton.merchant.exception

Package-level declarations

Custom exceptions and errors used by the Button merchant library.

Types

ApplicationIdNotFoundException

open class ApplicationIdNotFoundException : IllegalStateException

Exception is passed back in onResult when the application id is not set and it is required.

ButtonNetworkException

open class ButtonNetworkException : Exception

Network error encountered when communicating with the Button API.

HttpStatusException

open class HttpStatusException : ButtonNetworkException

Network error with status code encountered when communicating with the Button API.

NetworkNotFoundException

open class NetworkNotFoundException : ButtonNetworkException

Network error encountered when communicating with the Button API.