GitHub
  • Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • @forgerock/sdk-utilities
  • index
  • isGenericError

Function isGenericError

  • isGenericError(value: unknown): value is GenericError

    Type guard to check if a value is a GenericError.

    Parameters

    • value: unknown

      The value to check

    Returns value is GenericError

    True if the value is a GenericError, false otherwise

    • Defined in sdk-utilities/src/lib/error/error.utils.ts:16

Settings

Member Visibility
GitHub
Documentation
  • Loading...