Skip to main content

EdgeOperationResult

@totemsdk/edge


@totemsdk/edge / EdgeOperationResult

Interface: EdgeOperationResult<T>

Type Parameters

T

T = unknown

Properties

data?

optional data?: T


error?

optional error?: string


errorCode?

optional errorCode?: string


ok

ok: boolean