Anchor to CaptureSessionRejectUserErrorCapture
objectCapture Session Reject User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Capture
Session Reject User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Rejects an open capture session.
After the
mutation completes on a given capture session, any
mutation attempts will fail. Subsequent
mutation attempts will succeed, but the
reason
argument will be ignored.- •ID!required
The capture session ID.
- Anchor to reasonreason•Capture
Session Rejection Reason Input! required The rejection reason.
Arguments
- Anchor to captureSessioncapture•Capture
Session Session The updated capture session.
- Anchor to userErrorsuser•[Capture
Errors Session Reject User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields
- •ID!
Was this section helpful?