q/src/errors
2025-02-03 13:13:17 +01:00
..
Base.go Improved documentation 2025-01-28 13:43:38 +01:00
Common.go Improved documentation 2025-01-28 13:43:38 +01:00
Error.go Simplified file structure 2024-08-07 19:39:10 +02:00
ExpectedCLIParameter.go Improved mac support 2024-08-12 12:16:01 +02:00
InvalidCharacter.go Simplified file structure 2024-08-07 19:39:10 +02:00
InvalidInstruction.go Simplified file structure 2024-08-07 19:39:10 +02:00
InvalidOperator.go Simplified file structure 2024-08-07 19:39:10 +02:00
InvalidParameterValue.go Fixed incorrect OS detection 2025-01-31 21:50:35 +01:00
KeywordNotImplemented.go Simplified file structure 2024-08-07 19:39:10 +02:00
NumberExceedsBounds.go Simplified file structure 2024-08-07 19:39:10 +02:00
ReturnCountMismatch.go Added return count mismatch error 2025-02-03 13:13:17 +01:00
Stack.go Simplified file structure 2024-08-07 19:39:10 +02:00
TypeMismatch.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownCLIParameter.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownFunction.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownIdentifier.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnknownPackage.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnusedImport.go Simplified file structure 2024-08-07 19:39:10 +02:00
UnusedVariable.go Simplified file structure 2024-08-07 19:39:10 +02:00
VariableAlreadyExists.go Simplified file structure 2024-08-07 19:39:10 +02:00