Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataResultError

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

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

Hierarchy

  • DataResultError

Index

Properties

Properties

code

code: number

details

details: string

message

message: string

Generated using TypeDoc