META UI Components
    Preparing search index...

    Interface DataResultError

    Разные ошибки от страниц с бекенда, но в том числе и ошибки ограничений по биллингу, как например:

    {code: 402, type: null, message: 'PAYMENT_REQUIRED', details: '{'isCanAddUnit":false,"isOverCurrentLimit":true,....,"currentTariffName":"Garpun feeds ......'}}', resource: ''}

    interface DataResultError {
        code: number;
        details: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: number

    Код ошибки

    details: string

    Детали ошибки

    message: string

    Короткий текст