ApiException

constructor(status: Int, content: String)

Creates a new ApiException with the given status and content.

Parameters

status

The status code of the API response.

content

The content message of the API response.