Class ErrorMessage
- Namespace
- RustPlusApi.Data
- Assembly
- RustPlusApi.dll
Error detail attached to a failed Response<T>.
public sealed record ErrorMessage : IEquatable<ErrorMessage>
- Inheritance
-
ErrorMessage
- Implements
- Inherited Members
Properties
Message
Human-readable description of the error returned by the server.
public string? Message { get; init; }