--- title: "ADYEN_RESULT" url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/adyen_result" source_url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/adyen_result.md" canonical: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/adyen_result" last_modified: "2026-05-25T12:55:00+02:00" language: "en" --- # ADYEN\_RESULT [View source](/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/adyen_result.md) | Field | Type | Description | | --------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ped_result` | int | Result denoting whether an error occurred on the PED. A value of 0 means no error occurred. As this request is not processed on the PSP, check `pedResult` for errors instead of the `pspResult`.  | | `lib_result` | int | Result denoting whether an error occurred in the Library. A value of 0 means no error occurred. As this request is not processed on the PSP, check `libResult` for errors instead of the `pspResult`. | | `psp_result` | int | Result denoting whether an error occurred on the PSP. A value of 0 means no error occurred. | | `error_message` | String | Reference for the transaction, used as the PSP reference is not available. |