jira.js
Guide
GitHub
Preparing search index...
userProvisioning
BadRequestExceptionSchema
Variable BadRequestExceptionSchema
Const
BadRequestExceptionSchema
:
ZodObject
<
{
cause
:
ZodOptional
<
ZodType
<
Throwable
,
unknown
,
$ZodTypeInternals
<
Throwable
,
unknown
>
>
,
>
;
localizedMessage
:
ZodOptional
<
ZodString
>
;
message
:
ZodOptional
<
ZodString
>
;
responseStatus
:
ZodOptional
<
ZodCustom
<
|
string
&
{}
|
"OK"
|
"CREATED"
|
"ACCEPTED"
|
"NO_CONTENT"
|
"RESET_CONTENT"
|
"PARTIAL_CONTENT"
|
"MOVED_PERMANENTLY"
|
"FOUND"
|
"SEE_OTHER"
|
"NOT_MODIFIED"
|
"USE_PROXY"
|
"TEMPORARY_REDIRECT"
|
"BAD_REQUEST"
|
"UNAUTHORIZED"
|
"PAYMENT_REQUIRED"
|
"FORBIDDEN"
|
"NOT_FOUND"
|
"METHOD_NOT_ALLOWED"
|
"NOT_ACCEPTABLE"
|
"PROXY_AUTHENTICATION_REQUIRED"
|
"REQUEST_TIMEOUT"
|
"CONFLICT"
|
"GONE"
|
"LENGTH_REQUIRED"
|
"PRECONDITION_FAILED"
|
"REQUEST_ENTITY_TOO_LARGE"
|
"REQUEST_URI_TOO_LONG"
|
"UNSUPPORTED_MEDIA_TYPE"
|
"REQUESTED_RANGE_NOT_SATISFIABLE"
|
"EXPECTATION_FAILED"
|
"INTERNAL_SERVER_ERROR"
|
"NOT_IMPLEMENTED"
|
"BAD_GATEWAY"
|
"SERVICE_UNAVAILABLE"
|
"GATEWAY_TIMEOUT"
|
"HTTP_VERSION_NOT_SUPPORTED"
,
|
string
&
{}
|
"OK"
|
"CREATED"
|
"ACCEPTED"
|
"NO_CONTENT"
|
"RESET_CONTENT"
|
"PARTIAL_CONTENT"
|
"MOVED_PERMANENTLY"
|
"FOUND"
|
"SEE_OTHER"
|
"NOT_MODIFIED"
|
"USE_PROXY"
|
"TEMPORARY_REDIRECT"
|
"BAD_REQUEST"
|
"UNAUTHORIZED"
|
"PAYMENT_REQUIRED"
|
"FORBIDDEN"
|
"NOT_FOUND"
|
"METHOD_NOT_ALLOWED"
|
"NOT_ACCEPTABLE"
|
"PROXY_AUTHENTICATION_REQUIRED"
|
"REQUEST_TIMEOUT"
|
"CONFLICT"
|
"GONE"
|
"LENGTH_REQUIRED"
|
"PRECONDITION_FAILED"
|
"REQUEST_ENTITY_TOO_LARGE"
|
"REQUEST_URI_TOO_LONG"
|
"UNSUPPORTED_MEDIA_TYPE"
|
"REQUESTED_RANGE_NOT_SATISFIABLE"
|
"EXPECTATION_FAILED"
|
"INTERNAL_SERVER_ERROR"
|
"NOT_IMPLEMENTED"
|
"BAD_GATEWAY"
|
"SERVICE_UNAVAILABLE"
|
"GATEWAY_TIMEOUT"
|
"HTTP_VERSION_NOT_SUPPORTED"
,
>
,
>
;
scimErrorType
:
ZodOptional
<
ZodCustom
<
|
string
&
{}
|
"sensitive"
|
"invalidFilter"
|
"tooMany"
|
"uniqueness"
|
"mutability"
|
"invalidSyntax"
|
"invalidPath"
|
"noTarget"
|
"invalidValue"
|
"invalidVers"
,
|
string
&
{}
|
"sensitive"
|
"invalidFilter"
|
"tooMany"
|
"uniqueness"
|
"mutability"
|
"invalidSyntax"
|
"invalidPath"
|
"noTarget"
|
"invalidValue"
|
"invalidVers"
,
>
,
>
;
stackTrace
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
className
:
ZodOptional
<
ZodString
>
;
fileName
:
ZodOptional
<
ZodString
>
;
lineNumber
:
ZodOptional
<
ZodNumber
>
;
methodName
:
ZodOptional
<
ZodString
>
;
nativeMethod
:
ZodOptional
<
ZodBoolean
>
;
}
,
$loose
,
>
,
>
,
>
;
suppressed
:
ZodOptional
<
ZodArray
<
ZodType
<
Throwable
,
unknown
,
$ZodTypeInternals
<
Throwable
,
unknown
>
>
,
>
,
>
;
}
,
$loose
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...