fix(shared): use APIError as contract between server and client #3630
api-pull-request.yml
on: pull_request
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.
|