We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct CosmosError: Swift.Error, Equatable
Equatable, Swift.Error
Equatable
Swift.Error
init(codespace:code:description:)
public init(codespace: String, code: UInt32, description: String)
wrap(error:description:)
static public func wrap(error: Swift.Error, description: String) -> Swift.Error