ParseError
public struct ParseError : ParseType, Decodable, Swift.Error
extension ParseError: CustomDebugStringConvertible
extension ParseError: CustomStringConvertible
extension ParseError: LocalizedError
An object with a Parse code and message.
-
The value representing the error from the Parse Server.
Declaration
Swift
public let code: Code
-
The text representing the error from the Parse Server.
Declaration
Swift
public let message: String
-
An error value representing a custom error from the Parse Server.
Declaration
Swift
public let otherCode: Int?
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public var debugDescription: String { get }
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public var errorDescription: String? { get }