- Property Manager name: Simulate Error Response Code
- Behavior version: The
latest
rule format supports thesimulateErrorCode
behavior v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
This behavior simulates various error response codes. Contact Akamai Professional Services for help configuring it.
Option | Type | Description | Requires | |
---|---|---|---|---|
errorType | enum | Specifies the type of error. | {"displayType":"enum","options":["ERR_DNS_TIMEOUT","ERR_SUREROUTE_DNS_FAIL","ERR_DNS_FAIL","ERR_CONNECT_TIMEOUT","ERR_NO_GOOD_FWD_IP","ERR_DNS_IN_REGION","ERR_CONNECT_FAIL","ERR_READ_TIMEOUT","ERR_READ_ERROR","ERR_WRITE_ERROR"],"tag":"select"} | |
Supported values: ERR_CONNECT_FAIL ERR_CONNECT_TIMEOUT ERR_DNS_FAIL ERR_DNS_IN_REGION ERR_DNS_TIMEOUT ERR_NO_GOOD_FWD_IP ERR_READ_ERROR ERR_READ_TIMEOUT ERR_SUREROUTE_DNS_FAIL ERR_WRITE_ERROR | ||||
timeout | string (duration) | When the | errorType is either: ERR_DNS_TIMEOUT , ERR_SUREROUTE_DNS_FAIL , ERR_READ_TIMEOUT , ERR_CONNECT_TIMEOUT | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"errorType","op":"in","value":["ERR_DNS_TIMEOUT","ERR_SUREROUTE_DNS_FAIL","ERR_READ_TIMEOUT","ERR_CONNECT_TIMEOUT"]}} |