ConfigurationErrorStatus
A value that represents the status of a configuration error.
Declaration
const ConfigurationErrorStatus: Readonly<{
readonly BadRequest: "Bad Request";
readonly Unauthorized: "Unauthorized";
readonly TooManyRequests: "Too Many Requests";
readonly MalformedResponse: "Malformed Response";
readonly Timeout: "Timeout";
readonly NetworkError: "Network Error";
readonly Unknown: "Unknown";
}>