Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

ModioError

Ahmed Castro edited this page Jul 9, 2019 · 6 revisions

FModioError is part of the FModioResponse class returned on every callback that interacts with mod.io. It contains all the information provided by mod.io in case your requests wasn't successful.

ModioError

Name Type Description
Code int32 Http response code returned by mod.io.
Message FString General error message
Error TArray<FString> Error details

See also: API Errors