IntroductionGetting StartedAuthenticationRequestsResponsesError CodesWebhooksExamplesIntegration Test
Entities
Responses
Within the 5-minute SLA, Walrus will respond to your request with the final results in JSON
format.
This will even include a link to the screen recording of your test being run.
Field | Description |
---|---|
success: boolean | Flag representing whether or not the test was successful. |
data: object | |
data.video: string | The URL of the screen recording. |
name: string (nullable) | The string name specified on test creation (if specified.) |
error: string (nullable) | An optional, human-readable string describing what went wrong in the case of an error. |
1{2 "success": true,3 "data": {4 "video": "https://walrus.ai/video/123"5 }6}
Error Codes
When something goes wrong in your test, Walrus will return a pre-defined error code. These error codes and their respective causes are outlined below.
Code | Description |
---|---|
429 | You've exceeded the maximum number of requests for the current time period. |
422 | The request body was malformed or unreadable. |
417 | An expectation in the test itself was not met. |
402 | Your five free test runs have been used, and payment is required. |
404 | The specified site URL did not exist. |
400 | Unexpected server error. |