Skip to main content

error-payload-properties

code

An error code.

public let code: Int

message

A message.

public let message: String

statusCode

An HTTP status code.

public let statusCode: Int

errorDescription

public var errorDescription: String? 

debugDescription

public var debugDescription: String

Did you find this page helpful?