Skip to main content
Anchor to CaptureSessionResolveUserError

CaptureSessionResolveUserError

object

An error that occurs during the execution of CaptureSessionResolve.

•CaptureSessionResolveUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Resolves an open capture session.

After the captureSessionResolve mutation completes on a given capture session, any captureSessionReject mutation attempts will fail. Subsequent captureSessionResolve mutation attempts will succeed.

Arguments

•ID!
required

The capture session ID.


Fields

•CaptureSession

The updated capture session.

•[CaptureSessionResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?