You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
700 B
18 lines
700 B
# https://www.playframework.com/documentation/latest/ScalaI18N
|
|
|
|
xsn.server.unexpectedError=Unexpected error from the XSN network
|
|
|
|
error.transaction.format=Invalid transaction format
|
|
error.transaction.notFound=Transaction not found
|
|
|
|
error.address.format=Invalid address format
|
|
|
|
error.block.format=Invalid blockhash format
|
|
error.block.notFound=Block not found
|
|
|
|
error.paginatedQuery.offset.invalid=Invalid offset, it should be a number greater or equal than 0
|
|
error.paginatedQuery.limit.invalid=Invalid limit, it should be a number between 1 and and {0}
|
|
|
|
error.ordering.unknownField=Unknown ordering field
|
|
error.ordering.unknownCondition=Unknown ordering condition
|
|
error.ordering.invalid=Invalid format
|
|
|