BelousSofiya / general-project

mulesoft process api
0 stars 0 forks source link

Error handler <name> #24

Open romanmyko opened 1 week ago

romanmyko commented 1 week ago

This is a sample completion of the task Dependency structure task ua-1185-spacex--error.xml (ua-1185-spacex-api-error.xml) ├── Error handler (ua-1185-spacex-api-Error_Handler) │ ├── Error Continue / Error Propagate │ ├── code error: 404 │ └── Type error: HTTP: NOT_FOUND | ua-1185-spacex-api-error.xml | ua-1185-spacex-api-Error_Handler| Error Propagate | 404 | HTTP: NOT_FOUND

sophxmia commented 5 days ago

HTTP Errors:

│ ├── Error Continue │ ├── code error: 404 │ └── Type error: HTTP: NOT_FOUND

│ ├── Error Continue │ ├── code error: 405 │ └── Type error: HTTP:METHOD_NOT_ALLOWED

APIKIT Errors:

│ ├── Error Propagate │ ├── code error: 400 │ └── Type error: APIKIT:BAD_REQUEST

│ ├── Error Propagate │ ├── code error: 404 │ └── Type error: APIKIT: NOT_FOUND

│ ├── Error Propagate │ ├── code error: 405 │ └── Type error: APIKIT:METHOD_NOT_ALLOWED

I am not sure about this one

│ ├── Error Propagate │ ├── code error: 406 │ └── Type error:APIKIT:NOT_ACCEPTABLE

sophxmia commented 5 days ago

I believe this is the whole range of errors of the SpaceX project that we need now