Class ErrorDetail
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.ErrorDetail
-
@Generated public class ErrorDetail extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<SerializedException>
getExceptions()
Boolean
getFatal()
int
hashCode()
ErrorDetail
setExceptions(Collection<SerializedException> exceptions)
ErrorDetail
setFatal(Boolean fatal)
String
toString()
-
-
-
Method Detail
-
setExceptions
public ErrorDetail setExceptions(Collection<SerializedException> exceptions)
-
getExceptions
public Collection<SerializedException> getExceptions()
-
setFatal
public ErrorDetail setFatal(Boolean fatal)
-
getFatal
public Boolean getFatal()
-
-