struct ApiErrorItem
init(code: String, message: String?, context: [ApiErrorContextItem]?)
init(from: any Decoder) throws
var code: String
var context: [ApiErrorContextItem]?
var message: String?