vnorder / com.venuenext.vnorder.firesale.service

Package com.venuenext.vnorder.firesale.service

Types

FiresaleClient

Client API for Firesale operations

class FiresaleClient : HttpClient

Exceptions

FiresaleClientException

class FiresaleClientException : Exception

ServerError

A server error exception, for example a 404. Do not display error messages from this exception to users

class ServerError : Exception

TransferProcessingException

Transfer exception with a displayable error from the server

class TransferProcessingException : Exception

UnknownError

Represents an unknown error. Do not display error messages from this exception to users

class UnknownError : Exception