Table of Contents

Class MessageBrokerError

Namespace
Skyline.DataMiner.Protobuf.Shared.General.v1
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Error/Exception class to add to response messages

public sealed class MessageBrokerError : IMessage<MessageBrokerError>, IDeepCloneable<MessageBrokerError>, IBufferMessage, IMessage
Inheritance
MessageBrokerError
Implements
IDeepCloneable<MessageBrokerError>
IBufferMessage
IMessage
Extension Methods

Constructors

MessageBrokerError()
MessageBrokerError(MessageBrokerError)

Fields

ErrorsFieldNumber

Field number for the "errors" field.

Properties

Descriptor
Errors
Parser

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

Clone()

Creates a deep clone of this object.

Equals(MessageBrokerError)
Equals(object)
GetHashCode()
MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

MergeFrom(MessageBrokerError)

Merges the given message into this one.

ToString()
WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.