Uses of Class
no.digipost.api.useragreements.client.ErrorCode
-
Packages that use ErrorCode Package Description no.digipost.api.useragreements.client Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.no.digipost.api.useragreements.client.xml -
-
Uses of ErrorCode in no.digipost.api.useragreements.client
Methods in no.digipost.api.useragreements.client that return ErrorCode Modifier and Type Method Description ErrorCodeError. getCode()ErrorCodeUserAgreementsApiException. getErrorCode()static ErrorCodeErrorCode. parse(String error)static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.api.useragreements.client with parameters of type ErrorCode Modifier and Type Method Description booleanError. hasCode(ErrorCode errorCode)Constructors in no.digipost.api.useragreements.client with parameters of type ErrorCode Constructor Description Error(ErrorCode code, String message)UnexpectedResponseException(org.apache.http.StatusLine status, ErrorCode errorCode, String errorMessage)UnexpectedResponseException(org.apache.http.StatusLine status, ErrorCode errorCode, String errorMessage, Throwable cause)UserAgreementsApiException(ErrorCode errorCode, String message)UserAgreementsApiException(ErrorCode errorCode, String message, Throwable cause)UserAgreementsApiException(ErrorCode errorCode, Throwable cause) -
Uses of ErrorCode in no.digipost.api.useragreements.client.xml
Methods in no.digipost.api.useragreements.client.xml that return ErrorCode Modifier and Type Method Description ErrorCodeErrorCodeXmlAdapter. unmarshal(String v)Methods in no.digipost.api.useragreements.client.xml with parameters of type ErrorCode Modifier and Type Method Description StringErrorCodeXmlAdapter. marshal(ErrorCode v)
-