UpdateResourceExceptions: {
    AccessDeniedException?: typeof ProductServiceException;
    ProductUnavailableException?: typeof ProductServiceException;
    ResourceNotFoundException: typeof ProductServiceException;
    ResourceUnderChangeException?: typeof ProductServiceException;
    ServiceException?: typeof ProductServiceExceptionWithCause;
}

Type declaration

  • Optional AccessDeniedException?: typeof ProductServiceException
  • Optional ProductUnavailableException?: typeof ProductServiceException
  • ResourceNotFoundException: typeof ProductServiceException
  • Optional ResourceUnderChangeException?: typeof ProductServiceException
  • Optional ServiceException?: typeof ProductServiceExceptionWithCause