Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 653 Bytes

SimpleErrorCollection.md

File metadata and controls

8 lines (7 loc) · 653 Bytes

SimpleErrorCollection

Properties

Name Type Description Notes
errors Map<String, String> The list of errors by parameter returned by the operation. For example,&quot;projectKey&quot;: &quot;Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters.&quot; [optional]
errorMessages List<String> The list of error messages produced by this operation. For example, &quot;input parameter 'key' must be provided&quot; [optional]
httpStatusCode Integer [optional]