类 NotFoundException

所有已实现的接口:
Serializable

public class NotFoundException extends OpenAIException
Exception thrown when the requested resource is not found (HTTP 404).

Common causes:

  • Invalid endpoint URL
  • Non-existent model
  • Deleted or unavailable resource
另请参阅:
  • 构造器详细资料

    • NotFoundException

      public NotFoundException(String message, String errorCode, String responseBody)