Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.36 KB

ServiceErrorResponse.md

File metadata and controls

18 lines (13 loc) · 1.36 KB

affinidi_tdk_login_configuration_client.model.ServiceErrorResponse

Load the model package

import 'package:affinidi_tdk_login_configuration_client/api.dart';

Properties

Name Type Description Notes
debugId String unique id for correlating this specific error to logs
name String name of the error
code String backwards compatible Affinidi error code
details List error details [optional] [default to const []]

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