Interface CoreNetworkPolicyError.Builder

    • Method Detail

      • errorCode

        CoreNetworkPolicyError.Builder errorCode​(String errorCode)

        The error code associated with a core network policy error.

        Parameters:
        errorCode - The error code associated with a core network policy error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        CoreNetworkPolicyError.Builder message​(String message)

        The message associated with a core network policy error code.

        Parameters:
        message - The message associated with a core network policy error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        CoreNetworkPolicyError.Builder path​(String path)

        The JSON path where the error was discovered in the policy document.

        Parameters:
        path - The JSON path where the error was discovered in the policy document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.