Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 685 Bytes

ErrorResponse.md

File metadata and controls

18 lines (14 loc) · 685 Bytes

indexer_api_client.model.ErrorResponse

Load the model package

import 'package:indexer_api_client/api.dart';

Properties

Name Type Description Notes
timestamp int [optional] [default to null]
status int [optional] [default to null]
error String [optional] [default to null]
message String [optional] [default to null]
path String [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]