Class ErrorEvent

java.lang.Object
ai.vectros.types.ErrorEvent

public final class ErrorEvent extends Object
  • Method Details

    • getEvent

      public ErrorEventEvent getEvent()
      Returns:
      Backward-compatible alias of type. Always error.
    • getMessage

      public String getMessage()
      Returns:
      A human-readable description of the error, suitable for surfacing to end users.
    • getCode

      public String getCode()
      Returns:
      A stable, machine-readable error code (for example, inference_error).
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ErrorEvent.EventStage builder()