identifiers-validation: Fix docs
This commit is contained in:
parent
d36d005b97
commit
85e3df7c76
@ -15,9 +15,9 @@ pub enum Error {
|
|||||||
InvalidLocalPart,
|
InvalidLocalPart,
|
||||||
/// The server name part of the the ID string is not a valid server name.
|
/// The server name part of the the ID string is not a valid server name.
|
||||||
InvalidServerName,
|
InvalidServerName,
|
||||||
/// The ID exceeds 255 bytes (or 32 codepoints for a room version ID.)
|
/// The ID exceeds 255 bytes (or 32 codepoints for a room version ID).
|
||||||
MaximumLengthExceeded,
|
MaximumLengthExceeded,
|
||||||
/// The ID is less than 4 characters (or is an empty room version ID.)
|
/// The ID is less than 4 characters (or is an empty room version ID).
|
||||||
MinimumLengthNotSatisfied,
|
MinimumLengthNotSatisfied,
|
||||||
/// The ID is missing the colon delimiter between localpart and server name.
|
/// The ID is missing the colon delimiter between localpart and server name.
|
||||||
MissingDelimiter,
|
MissingDelimiter,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user