Anypoint PlatformConnect any app, data, or device — in the cloud, on-premises, or hybrid See product overview How it works DevelopDesign APIs and build integrations DeployRun in our cloud or yours ManageCentralize monitoring and control SecureProtect your systems and data ReuseShare and discover APIs and connectors Get Started Sign up for Anypoint PlatformTry it free for 30 days Download Studio & MuleUse Anypoint Platform's desktop IDE LearnHow to design your first API
By industry Financial services Government Healthcare Higher education Insurance Manufacturing Media and telecom RetailBy technology API management B2B EDI Data integration DevOps ESB IoT iPaaS Microservices SOABy integration Microsoft Salesforce SAP ServiceNow By persona Architect CDO CIO DeveloperBy initiative Business automation eCommerce Legacy system modernization Mobile Move to the cloud Omnichannel SaaS integrations Single view of customer See all solutions
Featured resources Customer stories CIO webcast API strategyContent library Webinars Videos Analyst reports eBooks Whitepapers Infographics Blog Articles See all resources
AboutAbout MuleSoft Why MuleSoft Careers Leadership NewsEvents MuleSoft CONNECT Developer Meetups All events
Work.com MuleSoft Resources All Hands on Data COVID-19 Data Hub COVID-19 Global Daily Tracker Global Economy Data Track Government Data Track Healthcare Data Track B-Well Together Leading Through Change Trailhead Resources AppExchange Resources
Anypoint PlatformConnect any app, data, or device — in the cloud, on-premises, or hybrid See product overview How it works DevelopDesign APIs and build integrations DeployRun in our cloud or yours ManageCentralize monitoring and control SecureProtect your systems and data ReuseShare and discover APIs and connectors Get Started Sign up for Anypoint PlatformTry it free for 30 days Download Studio & MuleUse Anypoint Platform's desktop IDE LearnHow to design your first API
By industry Financial services Government Healthcare Higher education Insurance Manufacturing Media and telecom RetailBy technology API management B2B EDI Data integration DevOps ESB IoT iPaaS Microservices SOABy integration Microsoft Salesforce SAP ServiceNow By persona Architect CDO CIO DeveloperBy initiative Business automation eCommerce Legacy system modernization Mobile Move to the cloud Omnichannel SaaS integrations Single view of customer See all solutions
Featured resources Customer stories CIO webcast API strategyContent library Webinars Videos Analyst reports eBooks Whitepapers Infographics Blog Articles See all resources
AboutAbout MuleSoft Why MuleSoft Careers Leadership NewsEvents MuleSoft CONNECT Developer Meetups All events
Work.com MuleSoft Resources All Hands on Data COVID-19 Data Hub COVID-19 Global Daily Tracker Global Economy Data Track Government Data Track Healthcare Data Track B-Well Together Leading Through Change Trailhead Resources AppExchange Resources
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.