Interface IOpenBiServerMessage
Represents a server message.
Namespace: BiExcellence.OpenBi.Api
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface IOpenBiServerMessage
Properties
Category
Gets the category.
Declaration
MessageCategory Category { get; }
Property Value
Type | Description |
---|---|
MessageCategory |
Message
Gets the message.
Declaration
string? Message { get; }
Property Value
Type | Description |
---|---|
string |
StackTrace
Gets the server stack trace.
Declaration
string? StackTrace { get; }
Property Value
Type | Description |
---|---|
string |