File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export enum IntegrationErrorType {
7
7
INTEGRATION_ERROR_FORBIDDEN = 'integration/error/forbidden' ,
8
8
INTEGRATION_ERROR_UNAVAILABLE = 'integration/error/unavailable' ,
9
9
INTEGRATION_ERROR_LICENSE_ACCESS_LIMITED = 'integration/error/license-access-limited' ,
10
+ INTEGRATION_CONFIGURATION_ERROR = 'integration/configuration-error' ,
10
11
11
12
ENTITY_ERROR_CONFLICT = 'entity/error/conflict' ,
12
13
ENTITY_NOT_FOUND = 'entity/not-found' ,
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ export const throwAndDelegateError = (
73
73
'throwAndDelegateError' ,
74
74
`Delegating crm error to frontend with code ${ DELEGATE_TO_FRONTEND_CODE } and type ${ errorType } ` ,
75
75
apiKey ,
76
+ logMessage ,
76
77
) ;
77
78
throw new ServerError ( DELEGATE_TO_FRONTEND_CODE , errorType ) ;
78
79
}
You can’t perform that action at this time.
0 commit comments