Skip to main content

Error Handling

Overview

In order to keep an unified error response , Link API's error response structure will be consistent

Error Response

{
error: ERROR_ENUM,
errorMessage: DESCRIPTIVE_ERROR_MESSAGE,
}