package providers type Provider struct { Error int32 `url:"error"` Exists int32 `url:"exists,omitempty"` Message string `url:"text,omitempty"` Details string `url:"details,omitempty"` }