Function isTransactionExpiredException

  • Is the exception because the transaction expired? The transaction expiry is a message wrapped inside InvalidSessionException.

    Returns

    Whether or not the exception is is an InvalidSessionException due to transaction expiry.

    Parameters

    • e: ServiceException

      The client error to check to see if it is an InvalidSessionException due to transaction expiry.

    Returns boolean

Generated using TypeDoc