Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiResponseDto<T>

A generic rest API response returned from the back end

Type parameters

  • T

Hierarchy

  • ApiResponseDto

Index

Properties

Optional data

data: T

The result data

Optional exception

exception: any

The exception, populated when isOk === false

httpCode

httpCode: number

The response HTTP code

isOk

isOk: boolean

Indicates if the response is valid

Generated using TypeDoc