Skip to content

fix(shared): use APIError as contract between server and client #3630

fix(shared): use APIError as contract between server and client

fix(shared): use APIError as contract between server and client #3630

Triggered via pull request October 25, 2024 16:15
Status Failure
Total duration 1m 59s
Artifacts

api-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build-packages
Module '"./APIError.js"' has no exported member 'decodeAPIError'.
build-packages
Type 'Either<unknown, { name: any; message: any; status: any; details: any; }>' is not assignable to type 'Either<Errors, { name: string; message: string; details: string[] | undefined; }>'.
build-packages
'e' is of type 'unknown'.
build-packages
'e' is of type 'unknown'.
build-packages
'e' is of type 'unknown'.
build-packages
'e' is of type 'unknown'.
build-packages
Process completed with exit code 1.