BadRequestException

class BadRequestException : ServiceException

This exception is thrown when parameters sent to Atlas App Services are considered malformed. This can happen if e.g. tokens do not have the required length or contain garbage data. The exact reason will be in the error message.

See also

Properties

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