Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.exception |
Modifier and Type | Field and Description |
---|---|
protected Error |
SyncError.error |
Modifier and Type | Field and Description |
---|---|
protected List<Error> |
Fault.error |
Modifier and Type | Method and Description |
---|---|
Error |
ObjectFactory.createError()
Create an instance of
Error |
Error |
SyncError.getError()
Gets the value of the error property.
|
Modifier and Type | Method and Description |
---|---|
List<Error> |
Fault.getError()
Gets the value of the error property.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncError.setError(Error value)
Sets the value of the error property.
|
Modifier and Type | Method and Description |
---|---|
void |
Fault.setError(List<Error> error)
Sets the value of the error property.
|
Modifier and Type | Method and Description |
---|---|
List<Error> |
FMSException.getErrorList()
Method to get the list of errors received from server.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
FMSException.getString(List<Error> errorList)
Method to get the error codes received from server as String message
|
Constructor and Description |
---|
AuthenticationException(List<Error> error)
Constructor AuthenticationException
|
AuthorizationException(List<Error> error)
Constructor AuthorizationException
|
BadRequestException(List<Error> error)
Constructor BasRequestException
|
FMSException(List<Error> errorList)
Constructor FMSException
|
InternalServiceException(List<Error> error)
Constructor for InternalServiceException
|
InvalidRequestException(List<Error> error)
Constructor InvalidRequestException
|
InvalidTokenException(List<Error> error)
Constructor InvalidTokenException
|
ServiceException(List<Error> error)
Constructor ServiceException
|
ServiceUnavailableException(List<Error> error)
Constructor ServiceUnavailableException
|
ValidationException(List<Error> error)
Constructor ValidationException
|
Copyright © 2017. All rights reserved.