Preparing search index...
The search index is not available
@amirsavand/ngx-common - v4.2.0
@amirsavand/ngx-common
ApiError
Interface ApiError
Typical API error response structure from DRF API.
interface
ApiError
{
detail
?:
string
;
non_field_errors
?:
string
[]
;
[
field
:
string
]
:
string
|
string
[]
|
any
;
}
Indexable
[
field
:
string
]:
string
|
string
[]
|
any
Index
Properties
detail?
non_
field_
errors?
Properties
Optional
detail
detail
?:
string
Optional
non_
field_
errors
non_
field_
errors
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
non_
field_
errors
@amirsavand/ngx-common - v4.2.0
Loading...
Typical API error response structure from DRF API.