[#1689] morph: Remove frostfsError
type
It has no custom methods defined, only adds `frostfs error: ` prefix to the error message. The utility of this prefix is debatable, failed invocations already have `invocation failed` prefix. Change-Id: If25ebb3679497f3f10acde43b596c81d52351907 Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
52367dc9b2
commit
3d771aa21c
4 changed files with 7 additions and 23 deletions
|
@ -47,5 +47,5 @@ func (c *Client) WaitTxHalt(ctx context.Context, vub uint32, h util.Uint256) err
|
|||
if res.VMState.HasFlag(vmstate.Halt) {
|
||||
return nil
|
||||
}
|
||||
return wrapFrostFSError(¬HaltStateError{state: res.VMState.String(), exception: res.FaultException})
|
||||
return ¬HaltStateError{state: res.VMState.String(), exception: res.FaultException}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue