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

ModioError

turupawn edited this page Jul 14, 2020 · 6 revisions

FModioError is part of the ModioResponse UStruct 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.

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, SDK