# RefundSessionRejectUserError - payments-apps - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `RefundSessionReject`. ### Access Scopes ## Fields * [code](/docs/api/payments-apps/2024-10/enums/RefundSessionRejectUserErrorCode): RefundSessionRejectUserErrorCode - 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 * [refundSessionReject](/docs/api/payments-apps/2024-10/mutations/refundSessionReject) Rejects an open refund session. After the `refundSessionReject` mutation completes on a given refund session, any `refundSessionResolve` mutation attempts will fail. Subsequent `refundSessionReject` mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored. ## Related Unions ## Examples