namespace Discord.API.Rest; public readonly struct RestError { public required int Code {get; init;} public required string Message {get; init;} }