Skip to content

Errors

Symbol kindCount
Case16
Enumeration2
Function1
Initializer15
Instance Property73
Structure14
Type Method1
Type Property1
KindSymbolDeclarationSource
CaseAINoOutputKind.audiocase audioSources/SwiftAISDK/Errors.swift
CaseAINoOutputKind.contentcase contentSources/SwiftAISDK/Errors.swift
CaseAINoOutputKind.imagecase imageSources/SwiftAISDK/Errors.swift
CaseAINoOutputKind.outputcase outputSources/SwiftAISDK/Errors.swift
CaseAINoOutputKind.speechcase speechSources/SwiftAISDK/Errors.swift
CaseAINoOutputKind.transcriptcase transcriptSources/SwiftAISDK/Errors.swift
CaseAINoOutputKind.videocase videoSources/SwiftAISDK/Errors.swift
CaseGatewayErrorType.authenticationErrorcase authenticationErrorSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.failedDependencycase failedDependencySources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.forbiddencase forbiddenSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.internalServerErrorcase internalServerErrorSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.invalidRequestErrorcase invalidRequestErrorSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.modelNotFoundcase modelNotFoundSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.rateLimitExceededcase rateLimitExceededSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.responseErrorcase responseErrorSources/SwiftAISDK/GatewayErrors.swift
CaseGatewayErrorType.timeoutErrorcase timeoutErrorSources/SwiftAISDK/GatewayErrors.swift
EnumerationAINoOutputKindenum AINoOutputKindSources/SwiftAISDK/Errors.swift
EnumerationGatewayErrorTypeenum GatewayErrorTypeSources/SwiftAISDK/GatewayErrors.swift
FunctiongetErrorMessage(_:)func getErrorMessage(_ value: Any?) -> StringSources/SwiftAISDK/Errors.swift
Initializerinit(approvalID:)init(approvalID: String)Sources/SwiftAISDK/Errors.swift
Initializerinit(approvalID:toolCallID:reason:)init(approvalID: String, toolCallID: String, reason: String)Sources/SwiftAISDK/Errors.swift
Initializerinit(field:entityName:)init(field: String, entityName: String)Sources/SwiftAISDK/Errors.swift
Initializerinit(message:chunkType:chunkID:rawValue:validationIssues:)init(message: String, chunkType: String? = nil, chunkID: String? = nil, rawValue: JSONValue? = nil, validationIssues: [AIUIMessageValidationIssue] = [])Sources/SwiftAISDK/Errors.swift
Initializerinit(provider:kind:structuredOutputKind:responses:calls:message:)init(provider: String? = nil, kind: AINoOutputKind = .output, structuredOutputKind: AIOutputKind? = nil, responses: [AIResponseMetadata] = [], calls: [ImageGenerationCall] = [], message: String? = nil)Sources/SwiftAISDK/Errors.swift
Initializerinit(provider:kind:structuredOutputKind:responses:message:)init(provider: String? = nil, kind: AINoOutputKind = .output, structuredOutputKind: AIOutputKind? = nil, responses: [AIResponseMetadata] = [], message: String? = nil)Sources/SwiftAISDK/Errors.swift
Initializerinit(provider:modelID:maxEmbeddingsPerCall:values:)init(provider: String, modelID: String, maxEmbeddingsPerCall: Int, values: [String])Sources/SwiftAISDK/Errors.swift
Initializerinit(provider:url:requestBody:statusCode:responseHeaders:responseBody:isRetryable:)init(provider: String, url: String? = nil, requestBody: JSONValue? = nil, statusCode: Int, responseHeaders: [String : String] = [:], responseBody: String, isRetryable: Bool? = nil)Sources/SwiftAISDK/Errors.swift
Initializerinit(toolCallID:approvalID:)init(toolCallID: String, approvalID: String)Sources/SwiftAISDK/Errors.swift
Initializerinit(toolCallIDs:)init(toolCallIDs: [String])Sources/SwiftAISDK/Errors.swift
Initializerinit(toolName:availableToolNames:)init(toolName: String, availableToolNames: [String] = [])Sources/SwiftAISDK/Errors.swift
Initializerinit(toolName:toolCallID:input:message:validationError:)init(toolName: String, toolCallID: String? = nil, input: JSONValue? = nil, message: String, validationError: AITypeValidationError? = nil)Sources/SwiftAISDK/Errors.swift
Initializerinit(toolName:toolCallID:originalError:repairedInput:)init(toolName: String, toolCallID: String? = nil, originalError: String, repairedInput: JSONValue? = nil)Sources/SwiftAISDK/Errors.swift
Initializerinit(type:message:statusCode:generationID:modelID:response:headers:isRetryable:cause:)init(type: GatewayErrorType, message: String, statusCode: Int = 500, generationID: String? = nil, modelID: String? = nil, response: JSONValue? = nil, headers: [String : String] = [:], isRetryable: Bool? = nil, cause: AIAPICallError? = nil)Sources/SwiftAISDK/GatewayErrors.swift
Initializerinit(value:schema:path:message:context:)init(value: JSONValue? = nil, schema: JSONValue? = nil, path: String, message: String, context: AITypeValidationContext? = nil)Sources/SwiftAISDK/Errors.swift
Instance PropertyapiCallErrorvar apiCallError: AIAPICallError? { get }Sources/SwiftAISDK/Errors.swift
Instance PropertyapprovalIDvar approvalID: StringSources/SwiftAISDK/Errors.swift
Instance PropertyapprovalIDvar approvalID: StringSources/SwiftAISDK/Errors.swift
Instance PropertyapprovalIDvar approvalID: StringSources/SwiftAISDK/Errors.swift
Instance PropertyavailableToolNamesvar availableToolNames: [String]Sources/SwiftAISDK/Errors.swift
Instance Propertycallsvar calls: [ImageGenerationCall]Sources/SwiftAISDK/Errors.swift
Instance Propertycausevar cause: AIAPICallError?Sources/SwiftAISDK/GatewayErrors.swift
Instance PropertychunkIDvar chunkID: String?Sources/SwiftAISDK/Errors.swift
Instance PropertychunkTypevar chunkType: String?Sources/SwiftAISDK/Errors.swift
Instance Propertycontextvar context: AITypeValidationContext?Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/Errors.swift
Instance Propertydescriptionvar description: String { get }Sources/SwiftAISDK/GatewayErrors.swift
Instance PropertyentityNamevar entityName: StringSources/SwiftAISDK/Errors.swift
Instance Propertyfieldvar field: StringSources/SwiftAISDK/Errors.swift
Instance PropertygenerationIDvar generationID: String?Sources/SwiftAISDK/GatewayErrors.swift
Instance Propertyheadersvar headers: [String : String]Sources/SwiftAISDK/GatewayErrors.swift
Instance Propertyinputvar input: JSONValue?Sources/SwiftAISDK/Errors.swift
Instance PropertyisNotFoundvar isNotFound: Bool { get }Sources/SwiftAISDK/GatewayErrors.swift
Instance PropertyisRetryablevar isRetryable: BoolSources/SwiftAISDK/Errors.swift
Instance PropertyisRetryablevar isRetryable: BoolSources/SwiftAISDK/GatewayErrors.swift
Instance Propertykindvar kind: AINoOutputKindSources/SwiftAISDK/Errors.swift
Instance PropertymaxEmbeddingsPerCallvar maxEmbeddingsPerCall: IntSources/SwiftAISDK/Errors.swift
Instance Propertymessagevar message: StringSources/SwiftAISDK/Errors.swift
Instance Propertymessagevar message: StringSources/SwiftAISDK/Errors.swift
Instance Propertymessagevar message: StringSources/SwiftAISDK/Errors.swift
Instance Propertymessagevar message: StringSources/SwiftAISDK/Errors.swift
Instance Propertymessagevar message: StringSources/SwiftAISDK/GatewayErrors.swift
Instance PropertymodelIDvar modelID: StringSources/SwiftAISDK/Errors.swift
Instance PropertymodelIDvar modelID: String?Sources/SwiftAISDK/GatewayErrors.swift
Instance Propertynamevar name: String { get }Sources/SwiftAISDK/GatewayErrors.swift
Instance PropertyoriginalErrorvar originalError: StringSources/SwiftAISDK/Errors.swift
Instance Propertypathvar path: StringSources/SwiftAISDK/Errors.swift
Instance Propertyprovidervar provider: StringSources/SwiftAISDK/Errors.swift
Instance Propertyprovidervar provider: String?Sources/SwiftAISDK/Errors.swift
Instance Propertyprovidervar provider: StringSources/SwiftAISDK/Errors.swift
Instance PropertyrawValuevar rawValue: JSONValue?Sources/SwiftAISDK/Errors.swift
Instance Propertyreasonvar reason: StringSources/SwiftAISDK/Errors.swift
Instance PropertyrepairedInputvar repairedInput: JSONValue?Sources/SwiftAISDK/Errors.swift
Instance PropertyrequestBodyvar requestBody: JSONValue?Sources/SwiftAISDK/Errors.swift
Instance Propertyresponsevar response: JSONValue?Sources/SwiftAISDK/GatewayErrors.swift
Instance PropertyresponseBodyvar responseBody: StringSources/SwiftAISDK/Errors.swift
Instance PropertyresponseHeadersvar responseHeaders: [String : String]Sources/SwiftAISDK/Errors.swift
Instance Propertyresponsesvar responses: [AIResponseMetadata]Sources/SwiftAISDK/Errors.swift
Instance Propertyschemavar schema: JSONValue?Sources/SwiftAISDK/Errors.swift
Instance PropertystatusCodevar statusCode: IntSources/SwiftAISDK/Errors.swift
Instance PropertystatusCodevar statusCode: IntSources/SwiftAISDK/GatewayErrors.swift
Instance PropertystructuredOutputKindvar structuredOutputKind: AIOutputKind?Sources/SwiftAISDK/Errors.swift
Instance PropertytoolCallIDvar toolCallID: StringSources/SwiftAISDK/Errors.swift
Instance PropertytoolCallIDvar toolCallID: StringSources/SwiftAISDK/Errors.swift
Instance PropertytoolCallIDvar toolCallID: String?Sources/SwiftAISDK/Errors.swift
Instance PropertytoolCallIDvar toolCallID: String?Sources/SwiftAISDK/Errors.swift
Instance PropertytoolCallIDsvar toolCallIDs: [String]Sources/SwiftAISDK/Errors.swift
Instance PropertytoolNamevar toolName: StringSources/SwiftAISDK/Errors.swift
Instance PropertytoolNamevar toolName: StringSources/SwiftAISDK/Errors.swift
Instance PropertytoolNamevar toolName: StringSources/SwiftAISDK/Errors.swift
Instance Propertytypevar type: GatewayErrorTypeSources/SwiftAISDK/GatewayErrors.swift
Instance PropertyupstreamTypevar upstreamType: String { get }Sources/SwiftAISDK/GatewayErrors.swift
Instance Propertyurlvar url: String?Sources/SwiftAISDK/Errors.swift
Instance PropertyvalidationErrorvar validationError: AITypeValidationError?Sources/SwiftAISDK/Errors.swift
Instance PropertyvalidationIssuesvar validationIssues: [AIUIMessageValidationIssue]Sources/SwiftAISDK/Errors.swift
Instance Propertyvaluevar value: JSONValue?Sources/SwiftAISDK/Errors.swift
Instance Propertyvaluesvar values: [String]Sources/SwiftAISDK/Errors.swift
StructureAIAPICallErrorstruct AIAPICallErrorSources/SwiftAISDK/Errors.swift
StructureAIInvalidToolApprovalErrorstruct AIInvalidToolApprovalErrorSources/SwiftAISDK/Errors.swift
StructureAIInvalidToolApprovalSignatureErrorstruct AIInvalidToolApprovalSignatureErrorSources/SwiftAISDK/Errors.swift
StructureAIInvalidToolInputErrorstruct AIInvalidToolInputErrorSources/SwiftAISDK/Errors.swift
StructureAIMissingToolResultsErrorstruct AIMissingToolResultsErrorSources/SwiftAISDK/Errors.swift
StructureAINoOutputErrorstruct AINoOutputErrorSources/SwiftAISDK/Errors.swift
StructureAINoSuchToolErrorstruct AINoSuchToolErrorSources/SwiftAISDK/Errors.swift
StructureAIToolCallNotFoundForApprovalErrorstruct AIToolCallNotFoundForApprovalErrorSources/SwiftAISDK/Errors.swift
StructureAIToolCallRepairErrorstruct AIToolCallRepairErrorSources/SwiftAISDK/Errors.swift
StructureAITooManyEmbeddingValuesForCallErrorstruct AITooManyEmbeddingValuesForCallErrorSources/SwiftAISDK/Errors.swift
StructureAITypeValidationContextstruct AITypeValidationContextSources/SwiftAISDK/Errors.swift
StructureAITypeValidationErrorstruct AITypeValidationErrorSources/SwiftAISDK/Errors.swift
StructureAIUIMessageStreamErrorstruct AIUIMessageStreamErrorSources/SwiftAISDK/Errors.swift
StructureGatewayErrorstruct GatewayErrorSources/SwiftAISDK/GatewayErrors.swift
Type MethodapiCall(provider:statusCode:body:headers:)static func apiCall(provider: String, statusCode: Int, body: String, headers: [String : String] = [:]) -> AIErrorSources/SwiftAISDK/Errors.swift
Type PropertynotFoundstatic let notFound: GatewayErrorTypeSources/SwiftAISDK/GatewayErrors.swift