Skip to content

ErrorDetail

mauryaratan edited this page Feb 5, 2023 · 1 revision

ErrorDetail

public struct ErrorDetail: Codable, Hashable 

Inheritance

Codable, Hashable

Properties

title

The summary of the encountered error

public let title: String

detail

The details for the encountered error

public let detail: String

status

public let status: String

message

public var message: String 
Types
Global Functions
Clone this wiki locally