Variable logErrorMessagesConst

logErrorMessages: {
    400: (() => string);
    401: ((strArg) => string);
    402: ((methodName) => string);
    403: ((dirPath) => string);
} = ...

Type declaration

  • 400: (() => string)
      • (): string
      • Returns string

  • 401: ((strArg) => string)
      • (strArg): string
      • Parameters

        • strArg: string

        Returns string

  • 402: ((methodName) => string)
      • (methodName): string
      • Parameters

        • methodName: string

        Returns string

  • 403: ((dirPath) => string)
      • (dirPath): string
      • Parameters

        • dirPath: string

        Returns string

Generated using TypeDoc