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 booleanequals(Object o)Collection<SerializedException>getExceptions()BooleangetFatal()inthashCode()ErrorDetailsetExceptions(Collection<SerializedException> exceptions)ErrorDetailsetFatal(Boolean fatal)StringtoString()
-
-
-
Method Detail
-
setExceptions
public ErrorDetail setExceptions(Collection<SerializedException> exceptions)
-
getExceptions
public Collection<SerializedException> getExceptions()
-
setFatal
public ErrorDetail setFatal(Boolean fatal)
-
getFatal
public Boolean getFatal()
-
-