Enumerationorlandos-nl.ikigajson 2.2.3IkigaJSON
JSONParserError
Errors.swift:1enum JSONParserError
Cases
case expectedArray
case expectedObject
case internalStateError(line: Int, column: Int)
case invalidDate(String?)
case invalidData(String?)
case endOfObject(line: Int, column: Int)
case unknownJSONStrategy
case missingKeyedContainer
case missingUnkeyedContainer
case missingSuperDecoder
case endOfArray
case decodingError(expected: Any.Type, keyPath: [CodingKey])
case invalidTopLevelObject(line: Int, column: Int)
case missingData(line: Int, column: Int)
case invalidLiteral(line: Int, column: Int)
case invalidObjectIdLiteral(line: Int, column: Int)
case missingToken(line: Int, column: Int, token: UInt8, reason: Reason)
case unexpectedToken(line: Int, column: Int, token: UInt8, reason: Reason)
case unexpectedEscapingToken
Citizens in IkigaJSON
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error
A type representing an error value that can be thrown.
protocol Sendable
Types
Instance members
Instance features
var localizedDescription: String
Retrieve the localized description for this error.