cberg
Version:
Node.js Client for the Codeberg API
25 lines (17 loc) • 626 B
Markdown
# APINotFound
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | **Array<string>** | | [optional] [default to undefined]
**message** | **string** | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { APINotFound } from 'berg';
const instance: APINotFound = {
errors,
message,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)