Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeMidnight
{
  "message": "child \"start\" fails because [\"start\" must be a valid ISO 8601 date]"
}

Invalid

...

If you provide a cadence value that is not 15, you will receive the following message in addition to the 400 error code:

Code Block
languagejs
themeMidnight
{
  "message": "child \"cadence\" fails because [\"cadence\" must be one of [15]]"
}

Invalid GUID

If you provide an invalid GUID, you will receive the following message in addition to the 400 error code:

...