CreateResourceExceptions: {
    AccessDeniedException?: typeof ProductServiceException;
    ProductUnavailableException?: typeof ProductServiceException;
    ResourceAlreadyExistsException?: typeof ProductServiceException;
    ServiceException?: typeof ProductServiceExceptionWithCause;
}

Type declaration

  • Optional AccessDeniedException?: typeof ProductServiceException
  • Optional ProductUnavailableException?: typeof ProductServiceException
  • Optional ResourceAlreadyExistsException?: typeof ProductServiceException
  • Optional ServiceException?: typeof ProductServiceExceptionWithCause