ApiErrorData

data class ApiErrorData(val message: String)

Class containing information about error returned by the BeMAP API

Parameters

message

message in human readable format indicating what went wrong

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard