Class ParseExceptionDto
java.lang.Object
org.camunda.community.rest.client.dto.ParseExceptionDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ParseExceptionDto
extends Object
ParseExceptionDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode(BigDecimal code) details(Map<String, ResourceReportDto> details) booleangetCode()The code allows your client application to identify the error in an automated fashion.A JSON Object containing list of errors and warnings occurred during deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,ResourceReportDto>> A detailed message of the error.org.openapitools.jackson.nullable.JsonNullable<String>getType()An exception class indicating the occurred error.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()putDetailsItem(String key, ResourceReportDto detailsItem) voidsetCode(BigDecimal code) voidsetDetails(Map<String, ResourceReportDto> details) voidsetDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, ResourceReportDto>> details) voidsetMessage(String message) voidsetMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DETAILS
- See Also:
-
-
Constructor Details
-
ParseExceptionDto
public ParseExceptionDto()
-
-
Method Details
-
type
-
getType
An exception class indicating the occurred error.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
message
-
getMessage
A detailed message of the error.- Returns:
- message
-
getMessage_JsonNullable
-
setMessage_JsonNullable
-
setMessage
-
code
-
getCode
The code allows your client application to identify the error in an automated fashion. You can look up the meaning of all built-in codes and learn how to add custom codes in the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/error-handling/#exception-codes).- Returns:
- code
-
setCode
-
details
-
putDetailsItem
-
getDetails
A JSON Object containing list of errors and warnings occurred during deployment.- Returns:
- details
-
getDetails_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,ResourceReportDto>> getDetails_JsonNullable() -
setDetails_JsonNullable
public void setDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, ResourceReportDto>> details) -
setDetails
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-