Show / Hide Table of Contents

    Interface IError

    Namespace: Crosser.EdgeNode.Common.Abstractions.Utilities.Errors.IError
    Assembly: Crosser.EdgeNode.Common.Abstractions.dll
    Syntax
    public interface IError

    Properties

    CausedBy

    Declaration
    List<IError> CausedBy { get; }
    Property Value
    System.Collections.Generic.List<IError>

    Code

    Declaration
    ErrorCode Code { get; }
    Property Value
    ErrorCode

    Message

    Declaration
    string Message { get; }
    Property Value
    System.String

    Back to top Crosser SDK