Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

GenericError.md

File metadata and controls

22 lines (17 loc) · 1.13 KB

kratos_api_dart.model.GenericError

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
code int The status code [optional]
debug String Debug information This field is often not exposed to protect against leaking sensitive information. [optional]
details JsonObject Further error details [optional]
id String The error ID Useful when trying to identify various errors in application logic. [optional]
message String Error message The error's message.
reason String A human-readable reason for the error [optional]
request String The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. [optional]
status String The status description [optional]

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