mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:06:31 +00:00
0c66607ed7
add user config queue offsets throttle improvements
7 lines
172 B
C#
7 lines
172 B
C#
namespace Azaion.CommonSecurity.DTO;
|
|
|
|
internal class BusinessExceptionDto
|
|
{
|
|
public int ErrorCode { get; set; }
|
|
public string Message { get; set; } = string.Empty;
|
|
} |