UploadDiagnosticLogsResult
public enum UploadDiagnosticLogsResult : String
Result of a diagnostic log upload operation.
Returned from Webex.uploadDiagnosticLogs(...) to describe the final outcome of
the diagnostics upload request.
Since
3.16.2-
Success.
Declaration
Swift
case noError -
The diagnostics upload service is unavailable.
Declaration
Swift
case serviceUnavailable -
Failed to obtain an upload URL from the backend.
Declaration
Swift
case urlFailed -
Failed while uploading the diagnostics bundle.
Declaration
Swift
case uploadFailed -
Failed while posting upload metadata to the backend.
Declaration
Swift
case metadataFailed -
The upload failed because of an SSL or certificate error.
Declaration
Swift
case sslError -
The upload failed because of a client-side request error.
Declaration
Swift
case clientError -
The upload was aborted before completion.
Declaration
Swift
case aborted -
Failed while creating the diagnostics zip bundle.
Declaration
Swift
case zippingFailed -
The request was rate limited by the backend.
Declaration
Swift
case rateLimited -
An unexpected internal error occurred.
Declaration
Swift
case internalError
View on GitHub
UploadDiagnosticLogsResult Enumeration Reference