Sha256: 0d335c5157dc3f2deb4d8aceb3d741af51b840e26f8ddcf3d0c0b89fff874c81
Contents?: true
Size: 1.77 KB
Versions: 39
Compression:
Stored size: 1.77 KB
Contents
=begin #Datadog API V1 Collection #Collection of all Datadog Public endpoints. The version of the OpenAPI document: 1.0 Contact: support@datadoghq.com Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2020-Present Datadog, Inc. =end require 'date' require 'time' module DatadogAPIClient::V1 # Error code that can be returned by a Synthetic test. class SyntheticsApiTestFailureCode include BaseEnumModel BODY_TOO_LARGE = "BODY_TOO_LARGE".freeze DENIED = "DENIED".freeze TOO_MANY_REDIRECTS = "TOO_MANY_REDIRECTS".freeze AUTHENTICATION_ERROR = "AUTHENTICATION_ERROR".freeze DECRYPTION = "DECRYPTION".freeze INVALID_CHAR_IN_HEADER = "INVALID_CHAR_IN_HEADER".freeze HEADER_TOO_LARGE = "HEADER_TOO_LARGE".freeze HEADERS_INCOMPATIBLE_CONTENT_LENGTH = "HEADERS_INCOMPATIBLE_CONTENT_LENGTH".freeze INVALID_REQUEST = "INVALID_REQUEST".freeze REQUIRES_UPDATE = "REQUIRES_UPDATE".freeze UNESCAPED_CHARACTERS_IN_REQUEST_PATH = "UNESCAPED_CHARACTERS_IN_REQUEST_PATH".freeze MALFORMED_RESPONSE = "MALFORMED_RESPONSE".freeze INCORRECT_ASSERTION = "INCORRECT_ASSERTION".freeze CONNREFUSED = "CONNREFUSED".freeze CONNRESET = "CONNRESET".freeze DNS = "DNS".freeze HOSTUNREACH = "HOSTUNREACH".freeze NETUNREACH = "NETUNREACH".freeze TIMEOUT = "TIMEOUT".freeze SSL = "SSL".freeze OCSP = "OCSP".freeze INVALID_TEST = "INVALID_TEST".freeze TUNNEL = "TUNNEL".freeze WEBSOCKET = "WEBSOCKET".freeze UNKNOWN = "UNKNOWN".freeze INTERNAL_ERROR = "INTERNAL_ERROR".freeze end end
Version data entries
39 entries across 39 versions & 1 rubygems