@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface ApiError

    Typical API error response structure from DRF API.

    interface ApiError {
        detail?: string;
        non_field_errors?: string[];
        [field: string]: any;
    }

    Indexable

    • [field: string]: any
    Index

    Properties

    detail?: string
    non_field_errors?: string[]