ErrorResponse Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ErrorResponse
- com.
public class ErrorResponse
Error response when invoking an operation on the API.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Object> |
additionalProperties()
Get the additionalProperties value. |
String |
errorType()
Get the errorType value. |
Error |
withAdditionalProperties(Map<String, Object> additionalProperties)
Set the additionalProperties value. |
Error |
withErrorType(String errorType)
Set the errorType value. |
Method Details
additionalProperties
public Map
Get the additionalProperties value.
Returns:
errorType
public String errorType()
Get the errorType value.
Returns:
withAdditionalProperties
public ErrorResponse withAdditionalProperties(Map
Set the additionalProperties value.
Parameters:
Returns:
withErrorType
public ErrorResponse withErrorType(String errorType)
Set the errorType value.
Parameters:
Returns: