Skip to main content
Anchor to VoidSessionResolveUserError

VoidSessionResolveUserError

object

An error that occurs during the execution of VoidSessionResolve.

•VoidSessionResolveUserErrorCode

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 void session. After the voidSessionResolve mutation completes on a given void session, any voidSessionReject mutation attempts will fail. Subsequent voidSessionResolve mutation attempts will succeed, but the Details argument will be ignored.

Arguments

•ID!
required

The void session ID.


Fields

•[VoidSessionResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VoidSession

The updated void session.


Was this section helpful?


Was this section helpful?