public static interface CoreNetworkPolicyError.Builder extends SdkPojo, CopyableBuilder<CoreNetworkPolicyError.Builder,CoreNetworkPolicyError>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkPolicyError.Builder |
errorCode(String errorCode)
The error code associated with a core network policy error.
|
CoreNetworkPolicyError.Builder |
message(String message)
The message associated with a core network policy error code.
|
CoreNetworkPolicyError.Builder |
path(String path)
The JSON path where the error was discovered in the policy document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkPolicyError.Builder errorCode(String errorCode)
The error code associated with a core network policy error.
errorCode - The error code associated with a core network policy error.CoreNetworkPolicyError.Builder message(String message)
The message associated with a core network policy error code.
message - The message associated with a core network policy error code.CoreNetworkPolicyError.Builder path(String path)
The JSON path where the error was discovered in the policy document.
path - The JSON path where the error was discovered in the policy document.Copyright © 2023. All rights reserved.