import 'package:kratos_api_dart/api.dart';
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 | BuiltMap<String, 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] |
redirectBrowserTo | String | Since when the flow has expired | [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] |