Dreamine.Communication.Abstractions 1.0.2
Dreamine.Communication.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Abstractions.Models.CommunicationError 클래스 참조sealed

더 자세히 ...

속성

string Code = string.Empty [get]
string Message = string.Empty [get]
string Source = string.Empty [get]
Exception? Exception [get]
DateTimeOffset CreatedAt = DateTimeOffset.UtcNow [get]

상세한 설명

통신 계층에서 발생한 구조화된 오류 정보를 나타냅니다.

CommunicationError.cs 파일의 13 번째 라인에서 정의되었습니다.

속성 문서화

◆ Code

string Dreamine.Communication.Abstractions.Models.CommunicationError.Code = string.Empty
get

오류를 식별하는 코드입니다.

CommunicationError.cs 파일의 23 번째 라인에서 정의되었습니다.

23{ get; init; } = string.Empty;

◆ CreatedAt

DateTimeOffset Dreamine.Communication.Abstractions.Models.CommunicationError.CreatedAt = DateTimeOffset.UtcNow
get

오류가 발생한 UTC 기준 시각을 가져옵니다.

CommunicationError.cs 파일의 63 번째 라인에서 정의되었습니다.

63{ get; init; } = DateTimeOffset.UtcNow;

◆ Exception

Exception? Dreamine.Communication.Abstractions.Models.CommunicationError.Exception
get

오류의 원인이 된 내부 예외를 가져옵니다.

CommunicationError.cs 파일의 53 번째 라인에서 정의되었습니다.

53{ get; init; }

◆ Message

string Dreamine.Communication.Abstractions.Models.CommunicationError.Message = string.Empty
get

오류를 설명하는 사람이 읽을 수 있는 메시지입니다.

CommunicationError.cs 파일의 33 번째 라인에서 정의되었습니다.

33{ get; init; } = string.Empty;

◆ Source

string Dreamine.Communication.Abstractions.Models.CommunicationError.Source = string.Empty
get

오류 발생 위치 또는 통신 채널 이름입니다.

CommunicationError.cs 파일의 43 번째 라인에서 정의되었습니다.

43{ get; init; } = string.Empty;

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: