# VoidSessionResolveUserError - payments-apps - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `VoidSessionResolve`. ### Access Scopes ## Fields * [code](/docs/api/payments-apps/2024-10/enums/VoidSessionResolveUserErrorCode): VoidSessionResolveUserErrorCode - The error code. * [field](/docs/api/payments-apps/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/payments-apps/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [voidSessionResolve](/docs/api/payments-apps/2024-10/mutations/voidSessionResolve) 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. ## Related Unions ## Examples