|
@@ -87,6 +87,8 @@ func ReplyToReplyData(reply Reply) *myth.ReplyData {
|
|
status = myth.ErrNotAllowed
|
|
status = myth.ErrNotAllowed
|
|
case ErrCreditLimit:
|
|
case ErrCreditLimit:
|
|
status = myth.ErrNotAllowed
|
|
status = myth.ErrNotAllowed
|
|
|
|
+ default:
|
|
|
|
+ status = myth.ErrException
|
|
}
|
|
}
|
|
return myth.ReplyErr(status, reply.LastErr.Error())
|
|
return myth.ReplyErr(status, reply.LastErr.Error())
|
|
}
|
|
}
|