Skip to content

Commit

Permalink
Merge pull request #5 from fioprotocol/error/sigerror
Browse files Browse the repository at this point in the history
BD-1938 fio Nov - Update signature error to new format.
  • Loading branch information
ericbutz authored Oct 28, 2020
2 parents 863e481 + ed21f31 commit 884776b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
error: {
validationError: 'ValidationError',
validationError2: 'Validation error',
signatureError: 'Request signature not valid or not allowed.',
signatureError: 'Request signature is not valid or this user is not allowed to sign this transaction.',
invalidAmount: 'Invalid amount value',
invalidKey: 'Invalid FIO Public Key',
keyNotFound: 'Public key not found',
Expand Down Expand Up @@ -72,7 +72,7 @@ const config = {
invalidRequestStatus: 'Only pending requests can be cancelled.',
noPendingRequests: 'No pending FIO Requests',
invalidTpid: 'TPID must be empty or valid FIO address',
invalidRequestSignature: 'Request signature not valid or not allowed.',
invalidRequestSignature: 'Request signature is not valid or this user is not allowed to sign this transaction.',
invalidFeeValue: 'Invalid fee value',
activeProducer: 'FIO Address is active producer. Unregister first.',
activeProxy: 'FIO Address is proxy. Unregister first.',
Expand Down Expand Up @@ -105,7 +105,7 @@ const config = {
statusCode: 403
},
invalidSignature: {
message: 'Request signature not valid or not allowed.',
message: 'Request signature is not valid or this user is not allowed to sign this transaction.',
statusCode: 403
},
noFioNames: {
Expand Down Expand Up @@ -133,7 +133,7 @@ const config = {
type: 403
},
invalidSignature: {
message: 'Request signature not valid or not allowed.',
message: 'Request signature is not valid or this user is not allowed to sign this transaction.',
type: 403
},
invalidAction: {
Expand Down

0 comments on commit 884776b

Please sign in to comment.