public method OrderInfo.hasError

Brief

Checks whether the order changed with an error

Declaration

protojavascriptjavacsharp
public hasError() : boolean

Returns

The method returns 'true' if the error variable is not equal to nil, and 'false' otherwise

Details

Declared in OrderInfo

back