ICAResult
@spartanfx/react / codeapps / ICAResult
Interface: ICAResult<T>
Result envelope returned by every generated Power Apps service method.
Matches { data: T } / { data: T[] } shape produced by the generator.
Type Parameters
T
T
Properties
| Property | Type |
|---|---|
data? | T |
error? | object |
error.code? | string |
error.details? | unknown |
error.message? | string |