Package com.seeq.model
Class FormulaErrorOutputV1
java.lang.Object
com.seeq.model.FormulaErrorOutputV1
FormulaErrorOutputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The category of the formula error, i.e.static enum
The type of formula error that occurred -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
errorCategory
(FormulaErrorOutputV1.ErrorCategoryEnum errorCategory) errorType
(FormulaErrorOutputV1.ErrorTypeEnum errorType) The column of the formula that resulted in an errorThe category of the formula error, i.e.The type of formula error that occurredgetLine()
The line of the formula that resulted in an errorAn error message for the compiled formulaA plain language status message with information about any issues that may have been encountered during an operation.int
hashCode()
void
void
setErrorCategory
(FormulaErrorOutputV1.ErrorCategoryEnum errorCategory) void
setErrorType
(FormulaErrorOutputV1.ErrorTypeEnum errorType) void
void
setMessage
(String message) void
setStatusMessage
(String statusMessage) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
FormulaErrorOutputV1
public FormulaErrorOutputV1()
-
-
Method Details
-
column
-
getColumn
The column of the formula that resulted in an error- Returns:
- column
-
setColumn
-
errorCategory
-
getErrorCategory
The category of the formula error, i.e. when it was encountered- Returns:
- errorCategory
-
setErrorCategory
-
errorType
-
getErrorType
The type of formula error that occurred- Returns:
- errorType
-
setErrorType
-
line
-
getLine
The line of the formula that resulted in an error- Returns:
- line
-
setLine
-
message
-
getMessage
An error message for the compiled formula- Returns:
- message
-
setMessage
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
equals
-
hashCode
public int hashCode() -
toString
-