Class GisAuthTokenError

java.lang.Object
overit.geocallapp.wfm.core.bl.gis.authentication.GisAuthTokenError
All Implemented Interfaces:
Serializable

@Deprecated(since="22.0", forRemoval=true) public class GisAuthTokenError extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Object representing a Gis error while obtaining an authentication token
Since:
17.0
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the error code.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the error details.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the error message.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GisAuthTokenError

      public GisAuthTokenError()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getCode

      public int getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the error code.
      Returns:
      the error code
    • getMessage

      public String getMessage()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the error message.
      Returns:
      the error message
    • getDetails

      public List<String> getDetails()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the error details.
      Returns:
      the error details