You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right when a texture fails to load for some reason, we can't tell why it failed because we just get a Nothing. Could you change this API to use a Result Http.Error Texture or even just a Result String Texture describing the failure?