KKError
public struct KKError : Codable
Information about an error that occurred while processing a request.
-
A unique identifier for this occurrence of the error.
Declaration
Swift
let id: Int
-
The HTTP Status Code for this problem.
Declaration
Swift
let status: Int
-
A long description of the problem.
Declaration
Swift
let detail: String
-
A short description of the problem.
Declaration
Swift
let title: String