jira.js
Guide
GitHub
Preparing search index...
cloud
ErrorCollectionSchema
Variable ErrorCollectionSchema
Const
ErrorCollectionSchema
:
ZodObject
<
{
errorMessages
:
ZodOptional
<
ZodArray
<
ZodString
>
>
;
errors
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodAny
>
>
;
status
:
ZodOptional
<
ZodNumber
>
;
}
,
$loose
,
>
= ...
Error messages from an operation.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Error messages from an operation.