public static interface IntegrationError.Builder extends SdkPojo, CopyableBuilder<IntegrationError.Builder,IntegrationError>
| Modifier and Type | Method and Description |
|---|---|
IntegrationError.Builder |
errorCode(String errorCode)
The error code associated with the integration.
|
IntegrationError.Builder |
errorMessage(String errorMessage)
A message explaining the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegrationError.Builder errorCode(String errorCode)
The error code associated with the integration.
errorCode - The error code associated with the integration.IntegrationError.Builder errorMessage(String errorMessage)
A message explaining the error.
errorMessage - A message explaining the error.Copyright © 2023. All rights reserved.