tunnels 0.1.0

Dev Tunnels SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Generated from ../../../cs/src/Contracts/ErrorCodes.cs

// Error codes for ErrorDetail.Code and `x-ms-error-code` header.

// Operation timed out.
pub const ERROR_CODES_TIMEOUT: &str = r#"Timeout"#;

// Operation cannot be performed because the service is not available.
pub const ERROR_CODES_SERVICE_UNAVAILABLE: &str = r#"ServiceUnavailable"#;

// Internal error.
pub const ERROR_CODES_INTERNAL_ERROR: &str = r#"InternalError"#;