Table of Contents

Class ExceptionModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll
public class ExceptionModel
Inheritance
ExceptionModel
Inherited Members

Properties

Errors

只有在 Type 為 ErrorCodes 時才會有值,其值為錯誤代碼

public IEnumerable<MoreErrorItem> Errors { get; }

Property Value

IEnumerable<MoreErrorItem>

Message

只有在 Type 為 Exception 時才會有值,其值為 Exception 的 Message

public string Message { get; }

Property Value

string

Type

錯誤的類型

public ErrorType Type { get; }

Property Value

ErrorType