Interface OperationForwardFailedAccessLogMessage

    • Method Detail

      • getResultCode

        @Nullable
        ResultCode getResultCode()
        Retrieves the result code received for the forwarded operation.
        Returns:
        The result code received for the forwarded operation, or null if it is not included in the log message.
      • getDiagnosticMessage

        @Nullable
        java.lang.String getDiagnosticMessage()
        Retrieves the diagnostic message received for the forwarded operation.
        Returns:
        The diagnostic message received for the forwarded operation, or null if it is not included in the log message.