Class GraphQLErrorObjectImpl
java.lang.Object
com.commercetools.api.models.error.GraphQLErrorObjectImpl
- All Implemented Interfaces:
GraphQLErrorObject,io.vrap.rmf.base.client.ModelBase
public class GraphQLErrorObjectImpl
extends Object
implements GraphQLErrorObject, io.vrap.rmf.base.client.ModelBase
Represents a single error.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface com.commercetools.api.models.error.GraphQLErrorObject
withGraphQLErrorObjectMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
GraphQLErrorObjectImpl
public GraphQLErrorObjectImpl()create empty instance
-
-
Method Details
-
getCode
One of the error codes that is listed on the Errors page.
- Specified by:
getCodein interfaceGraphQLErrorObject- Returns:
- code
-
values
Error-specific additional fields.
- Specified by:
valuesin interfaceGraphQLErrorObject- Returns:
- map of the pattern property values
-
setValue
Description copied from interface:GraphQLErrorObjectError-specific additional fields.
- Specified by:
setValuein interfaceGraphQLErrorObject- Parameters:
key- property namevalue- property value
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceGraphQLErrorObject
-