Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/errors/Errors"

Index

Functions

isInvalidParameterException

  • isInvalidParameterException(e: AWSError): boolean
  • Is the exception an InvalidParameterException?

    Parameters

    • e: AWSError

      The client error caught.

    Returns boolean

    True if the exception is an InvalidParameterException. False otherwise.

isInvalidSessionException

  • isInvalidSessionException(e: AWSError): boolean
  • Is the exception an InvalidSessionException?

    Parameters

    • e: AWSError

      The client error caught.

    Returns boolean

    True if the exception is an InvalidSessionException. False otherwise.

isOccConflictException

  • isOccConflictException(e: AWSError): boolean
  • Is the exception an OccConflictException?

    Parameters

    • e: AWSError

      The client error caught.

    Returns boolean

    True if the exception is an OccConflictException. False otherwise.

isResourceNotFoundException

  • isResourceNotFoundException(e: AWSError): boolean
  • Is the exception a ResourceNotFoundException?

    Parameters

    • e: AWSError

      The client error to check to see if it is a ResourceNotFoundException.

    Returns boolean

    Whether or not the exception is a ResourceNotFoundException.

isResourcePreconditionNotMetException

  • isResourcePreconditionNotMetException(e: AWSError): boolean
  • Is the exception a ResourcePreconditionNotMetException?

    Parameters

    • e: AWSError

      The client error to check to see if it is a ResourcePreconditionNotMetException.

    Returns boolean

    Whether or not the exception is a ResourcePreconditionNotMetException.

isRetriableException

  • isRetriableException(e: AWSError): boolean
  • Is the exception a retriable exception?

    Parameters

    • e: AWSError

      The client error caught.

    Returns boolean

    True if the exception is a retriable exception. False otherwise.

Generated using TypeDoc