Class MessageBrokerError
- 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
-
IMessage<MessageBrokerError>IDeepCloneable<MessageBrokerError>IBufferMessageIMessage
- Extension Methods
Constructors
Fields
- ErrorsFieldNumber
Field number for the "errors" field.
Properties
Methods
- CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
- Clone()
Creates a deep clone of this object.
- MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
- MergeFrom(MessageBrokerError)
Merges the given message into this one.
- WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.