feat: update error field

This commit is contained in:
Iñigo Iparragirre 2022-12-20 11:05:01 +01:00
parent fe64edc15a
commit 999349c5d5
No known key found for this signature in database
GPG Key ID: 51F62D827AFD3ED1

View File

@ -112,7 +112,7 @@ pub enum ErrorCode {
FieldInvalidOperation = 444,
#[error("Filter id is empty")]
FilterIdIsEmpty = 445,
#[display(fmt = "Field is not exist")]
#[error("Field is not exist")]
FieldRecordNotFound = 446,
#[error("Field's type-option data should not be empty")]