# Models

## The ErrorResponse object

```json
{"openapi":"3.0.3","info":{"title":"Cekat Open API","version":"1.0.0"},"components":{"schemas":{"ErrorResponse":{"type":"object","properties":{"success":{"type":"boolean","description":"Indicates whether the request was successful."},"status_code":{"type":"integer","description":"HTTP status code of the response."},"message":{"type":"string","description":"Human-readable error message."}}}}}}
```

## The SuccessResponse object

```json
{"openapi":"3.0.3","info":{"title":"Cekat Open API","version":"1.0.0"},"components":{"schemas":{"SuccessResponse":{"type":"object","properties":{"success":{"type":"boolean","description":"Indicates whether the request was successful."},"status_code":{"type":"integer","description":"HTTP status code of the response."}}}}}}
```
