InlineObject

Properties

Name Type Description Notes
message string Errors overview. [default to undefined]
errors { [key: string]: Array<string>; } A detailed description of each field that failed validation. [default to undefined]

Example

import { InlineObject } from './api';

const instance: InlineObject = {
    message,
    errors,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.