Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/responseHandler

Index

Variables

Variables

default: { handleError: ((response: any, setMessage?: string) => void) }

Type declaration

  • handleError: ((response: any, setMessage?: string) => void)
      • (response: any, setMessage?: string): void
      • Parameters

        • response: any
        • setMessage: string = ''

        Returns void

Generated using TypeDoc