Preparing search index...
The search index is not available
@codegrade/apiv2-client
@codegrade/apiv2-client
BadRequestErrorReason
Visitor
Interface Visitor<T>
interface
Visitor
<
T
>
{
_
:
(
name
:
string
,
value
:
any
)
=>
T
;
ignoreNonInteractedQuestions
:
(
value
:
IgnoreNonInteractedQuestions
)
=>
T
;
inexplicitRubricOverwrite
:
(
value
:
InexplicitRubricOverwriteReason
)
=>
T
;
invalidParam
:
(
value
:
InvalidParamErrorReason
)
=>
T
;
invalidState
:
(
value
:
InvalidStateErrorReason
)
=>
T
;
unknownEnumType
:
(
value
:
UnknownEnumTypeErrorReason
)
=>
T
;
wrongItemCount
:
(
value
:
WrongItemCountErrorReason
)
=>
T
;
}
Type Parameters
T
Index
Properties
_
ignore
Non
Interacted
Questions
inexplicit
Rubric
Overwrite
invalid
Param
invalid
State
unknown
Enum
Type
wrong
Item
Count
Properties
_
_
:
(
name
:
string
,
value
:
any
)
=>
T
ignore
Non
Interacted
Questions
ignoreNonInteractedQuestions
:
(
value
:
IgnoreNonInteractedQuestions
)
=>
T
inexplicit
Rubric
Overwrite
inexplicitRubricOverwrite
:
(
value
:
InexplicitRubricOverwriteReason
)
=>
T
invalid
Param
invalidParam
:
(
value
:
InvalidParamErrorReason
)
=>
T
invalid
State
invalidState
:
(
value
:
InvalidStateErrorReason
)
=>
T
unknown
Enum
Type
unknownEnumType
:
(
value
:
UnknownEnumTypeErrorReason
)
=>
T
wrong
Item
Count
wrongItemCount
:
(
value
:
WrongItemCountErrorReason
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
ignore
Non
Interacted
Questions
inexplicit
Rubric
Overwrite
invalid
Param
invalid
State
unknown
Enum
Type
wrong
Item
Count
@codegrade/apiv2-client
Loading...