Dipankar Das
Dipankar Das
Sorry @AniketNS for the late response we need to store the instanceType in the stateDocument struct so that later we can refer to that when we get the state data
@AniketNS are you available to work on this issue?
> Sorry, @dipankardas011 I won't be able to work on this issue. Np 👍
Like for every response It should {code: "some standard code of error", reason: "err.Error()", more...}
// Usage Example ```go import github.com/kubesimplify/ksctl/pkg/utils/errors func main() { errors.ErrInvalidRegion.wrap(err) // Returns a error type // Here the err is the err generated } ```
@harisheoran I haven't thought of any good error wraps yet, so we need to decide on them as we go need help cc @prateek041
Error stack trace it would be nice if the NewError can wrap the package name as well I think it does still
## Important consideration before we jump to implementations @Aditya1404Sal spin-kube (our first attainable goal): https://www.spinkube.dev/docs/spin-operator/installation/installing-with-helm/ from the currrent workflow we will need to modify the structure of a application defined...