Acceptance Criteria · Example Payload

Acceptance Criteria Management Error Response Example

AgileBehavior Driven DevelopmentGherkinQuality AssuranceRequirementsTestingUser Stories

Acceptance Criteria Management Error Response Example is an example object payload from Acceptance Criteria, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codemessagedetails

Example Payload

acceptance-criteria-management-error-response-example.json Raw ↑
{
  "code": "STORY_NOT_FOUND",
  "message": "User story with ID 'story-999' was not found",
  "details": "Ensure the story ID is correct and that you have access to the project containing this story"
}