public static final class ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDataServiceApisResponseBody.RegistrationErrorCodes |
build() |
ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder |
errorCode(String errorCode)
The error code.
|
ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder |
errorMessage(String errorMessage)
The error message.
|
ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder |
errorSolution(String errorSolution)
The solution used to fix the error.
|
public ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder errorCode(String errorCode)
The error code.
example:1001
public ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder errorMessage(String errorMessage)
The error message.
example:fail to call
public ListDataServiceApisResponseBody.RegistrationErrorCodes.Builder errorSolution(String errorSolution)
The solution used to fix the error.
example:retry
public ListDataServiceApisResponseBody.RegistrationErrorCodes build()
Copyright © 2026. All rights reserved.