ErrorResponse

data class ErrorResponse(val details: Map<String, String>, val errorTime: String, val errorUuid: String, val message: String, val reason: String)

Represent a user-facing Error.

Constructors

Link copied to clipboard
fun ErrorResponse(details: Map<String, String>, errorTime: String, errorUuid: String, message: String, reason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional information about the error.

Link copied to clipboard

The time when the error occurred.

Link copied to clipboard

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

Link copied to clipboard

A message containing more information about the error that occurred.

Link copied to clipboard

A title that explains the reason for the error.