Runtime Types (dw::Runtime)
Type |
Definition |
Description |
TryResult |
type TryResult = { success: Boolean, result?: T, error?: { kind: String, message: String, stack?: Array<String>, location?: String } }
|
Object with a result or error message. If success is false , it contains
the error . If true , it provides the result . |
Submit your feedback!
Share your thoughts to help us build the best documentation experience for you!
Take our latest
survey!